Skip to content

handle EWOULDBLOCK error in _dispatch_operation_perform #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2016

Conversation

chunchenhsu
Copy link

POSIX.1-2001 allows either EAGAIN or EWOULDBLOCK to be returned when a
write to a nonblocking socket would block. For example IBM z/OS returns
EWOULDBLOCK for this case.

POSIX.1-2001 allows either EAGAIN or EWOULDBLOCK to be returned when a
write to a nonblocking socket would block. For example IBM z/OS returns
EWOULDBLOCK for this case.
@MadCoder MadCoder merged commit 6249878 into swiftlang:master Aug 31, 2016
das pushed a commit that referenced this pull request Feb 21, 2017
handle EWOULDBLOCK error in _dispatch_operation_perform

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants